
var screen_w=800,screen_h=600,scrol;
if(typeof(screen)=="object")
 { screen_w=screen.width;
   screen_h=screen.height;
   }
var flPapa;
flPapa=true;
var str_Site_URL = "http://www.bg-papermoney.com/"
function makeWin(param,w,h,title) 
{
  if ( w>0 && h>0 )
  {
	w+=20;h+=20; 
    scrol='no';
    if ((w>=screen_w) || (h>=screen_h))	 scrol='yes';
	wini = window.open("","","width=" + w + ",height=" + h + ",left=10,top=10,scrollbars="+scrol);
	t='<HTML>\n<HEAD>\n<TITLE>'+title+'</TITLE>\n';

////location.href=\"http://www.geocities.com/bg_banknote\"
	tx0='<SCRIPT language=javascript>\n if (!opener) {location.href=\"'+str_Site_URL+'\"}\n else {if (!opener.flPapa) {location.href=\"'+str_Site_URL+'\"}}\n</\SCRIPT>\n'
	tx='<SCRIPT language=javascript>\n'
	
    if (document.all) //IE
     {	tx=tx+' function click()\n{ alert(\'Information and pictures of the site bg-papermoney.com are G.B.P.M. property.\');\n return false;}\n document.onmousedown=click\n</\SCRIPT>\n';}
    else              //NS
     {	tx=tx+' function click()\n{ alert(\'Information and pictures of the site bg-papermoney.com are G.B.P.M. property.\');\n return false;\n}\n window.captureEvents(Event.MOUSEDOWN);\n window.onmousedown= click;\n</\SCRIPT>\n'; }
	t+='<META NAME=\"Author\" CONTENT=\"TEO\">\n</head>\n';
	t+=tx0
	t+='<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"  bgcolor="#ECE9D6">\n';
	t+='<table width=\'100%\' width=\'100%\' border=0 align=\'center\' cellpadding=\'10\' cellspacing=\'0\'>\n<tr>\n<td align=center>\n';
	t+='<img src="'+param+'" GALLERYIMG=\"no\" >\n';
	t+='</td>\n</tr>\n</table>\n';
	t+="&nbsp;\n"+tx;
	t+='</body></html>\n';
    wini.document.open();
	wini.document.write(t);
	wini.document.close();
	wini.focus();
   	if (wini.opener == null) wini.opener = window;
	wini.opener.name = "opener";
	}
}
