
function openNewWindow(url, args) 
{
	window.open(url, "", args);
}
function openPromo(d, w, h)
{
	x = window.open(d, "mywin", "width=" +w+ ",height=" +h+ ",toolbar=no,location=no,scrollbars=no,status=no,menubar=no,resizable=no,top=150,left=150");
}