function popitup(url) {
	newwindow=window.open(url,'name','height=200,width=150');
	if (window.focus) {newwindow.focus()}
	return false;
}
function Window_program(){
	
	window.open("playprogram.php?id=<?php=$_REQUEST['id']?>","Window_Radio","menubar=no,width=452,height=490,toolbar=no,resizable=no,minimizable=no,dialog=yes,left=200,top=50");
	
}
<!--End Window for Radio-->
<!-- New Window for the Click-->
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=600,height=480,left = 276,top = 282');");
}

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','resizable=1,height=480,width=600,left = 276,top = 282');
	if (window.focus) {newwindow.focus()}
}
<!--End of Window for Click-->
