/**
 *
 */
var newwindow;
function ritzPopup()
{
	NewWindow=window.open('http://www.flash-db.com/index.php','newWin','width=400,height=300,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');

NewWindow.focus(); 
void(0);
}
