﻿// JScript File
// global jscript functions for Maxim Live

function setBg(id, px)
{
    document.getElementById(id).style.backgroundPosition = px;
    return false;
}

function windowPop(url, w, h) {
	pop_window = window.open(url,'MaximLive','width=' + w + ',height=' + h + ',fullscreen=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,scrollbars=1,left=200,top=200');
	self.name = "main";
}

function _btn(id, img) {
    document.getElementById(id).style.backgroundImage = 'url(/images/btn/' + img + '.gif)';
}