function FlashPopUp()
{   

        
        var FlashBreite = 960; 
        var FlashHoehe = 754;
        
    	var verfScreenBreite = screen.availWidth -7;
    	var verfScreenHoehe = screen.availHeight - 160;  
    	var PopupAbstandLeft =  (verfScreenBreite - FlashBreite)/2;
    	var PopupAbstandTop =  (verfScreenHoehe - FlashHoehe) / 2;
    	

	var popup = window.open('','newpop','width='+FlashBreite+',height='+FlashHoehe+',scrolling=no,toolbar=0,location=no,status=0,menubar=no,scrollbars=0,resizable=no,screenX='+PopupAbstandLeft+',screenY='+PopupAbstandTop+',top='+PopupAbstandTop+',left='+PopupAbstandLeft);
	var d = popup.document;
	d.write('<!doctype html public -//W3C//DTD HTML 4.0 Transitional//EN" http://www.w3.org/TR/REC-html40/loose.dtd><HTML><HEAD>\n');
	d.write('<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><TITLE>Yip-Clan Homepage</TITLE>\n');
	d.write('<link rel="stylesheet" href="yip.css" type="text/css">\n');

	d.write('<script language="JavaScript" type="text/javascript">\n');
	d.write('function OpenButz(URL,WO,FEAT) { \n');
	d.write('obu = window.open(URL,WO,FEAT); } \n');

	d.write('function OpenMember(URL) { \n');
	d.write('obu2 = window.open(URL,"memberpopup","width=600,height=600"); } \n');

	d.write('function shake (n) {\n');
	d.write('	if (parent.moveBy) {\n');
	d.write('		for (i=35; i>0; i--) {\n');
	d.write('			for (j=n; j>0; j--) {\n');
d.write('				parent.moveBy(0, i);\n');
d.write('				parent.moveBy(i, 0);\n');
d.write('				parent.moveBy(0, -i);\n');
d.write('				parent.moveBy(-i, 0);\n');
d.write('}}}}\n');

d.write(' </script>\n');

d.write('</HEAD>');
d.write('<BODY style="cursor:crosshair;" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">\n');
d.write('<center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="100%" HEIGHT="100%">\n');
d.write('<PARAM NAME=movie VALUE="yip-clan.swf">\n');
d.write('<PARAM NAME=quality VALUE="high"> \n');
d.write('<PARAM NAME=bgcolor VALUE="#000000"> \n');
d.write('<PARAM NAME=wmode VALUE=transparent>\n');
d.write('<PARAM NAME=loop VALUE=true>\n');
d.write('<EMBED src="yip-clan.swf" quality=high bgcolor="#000000" WIDTH="100%" HEIGHT="100%" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>\n');
d.write('</BODY></HTML>\n');
d.close();
}


           
 				

