function popmeup()
{
	var leftPos = 0
	var topPos = 0
	if (screen) {
	leftPos = parseInt((screen.width-572)/2)
	topPos = parseInt((screen.height-456)/2)
	}
	//window.open('Kazananlar.aspx','BulKazan','width=706,height=508,left='+leftPos+',top='+topPos+',resizable=no,status=no,scrollbars=no');
	//window.open('/Valentine.aspx','Valentine','width=572,height=456,left='+leftPos+',top='+topPos+',resizable=no,status=no,scrollbars=no');
	//window.open('/KonserYolu','konseryolu','width=719,height=552,left='+leftPos+',top='+topPos+',resizable=no,status=no,scrollbars=yes');
	//window.open('http://212.58.4.219/','konseryolu','width=719,height=552,left='+leftPos+',top='+topPos+',resizable=no,status=no,scrollbars=yes');
}

function getSWF(swWidth, swHeight, swFile, swWmode)
	{
		var str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width='+swWidth+' height='+swHeight+' VIEWASTEXT>';
		str += ' <param name="movie" value="'+swFile+'" /> ';
		str += ' <param name="quality" value="high" /> ';
		// wmode = window, transparent, opaque
		str += ' <param name="wmode" value="'+swWmode+'" /> ';
		str += ' <embed src='+swFile+' width='+swWidth+' height='+swHeight+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="'+swWmode+'"></embed> ';
		str += ' </object> ';
		document.write(str);
	}
