function winPopUp(name, height, width, status, toolbar, menubar, location, scrollbars, top, left){
	eval('window.open(\''+name+'\',\'\',\'height='+height+',width='+width+',status='+status+',toolbar='+toolbar+',menubar='+menubar+', location='+location+', top='+top+', left='+left+', scrollbars='+scrollbars+'\');');	

}
