window.onerror=null;
function bF(src, w, h) {

  var winParam = 'scrollbars=no, width=' + w + ', height=' + h + ', location=no, toolbar=no, directories=no, status=no ,menubar=no, resizable=no, screenX=0,screenY=0, top=0, left=0';    
   var wer = Math.random();
  wer = wer*10000;
  wer = Math.round(wer); 
  
  var name = 'nm' + wer;
  subs=window.open(src, name, winParam);

		  }
		  
function bF2(src, w, h) {
  var winParam = 'scrollbars=no, width=' + w + ', height=' + h + ', location=no, toolbar=no, directories=no, status=no ,menubar=no, resizable=no, screenX=10,screenY=16, top=16, left=10';    
   var wer = Math.random();
  wer = wer*10000;
  wer = Math.round(wer); 
  
  var name = 'nm' + wer;
  subs=window.open('', name, winParam);
 
  
  subs.document.write('<html>' + 
'<head>' + 
'<title>ORIGINALZ</title>' + 
'</head>' +
'<body bgcolor="#ffffff" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link="#DF671C" vlink="#DF671C" alink="#DF671C">' +
'<img src="'  + src + '" border="0"><br>' + 
'</body>' +
'</html>')
		  }		  
		  
function bigFotoText(src, w, h, text) {
  var winParam = 'scrollbars=yes, width=' + (w + 17) + ', height=' + (h+33) + ', location=no, toolbar=no, directories=no, status=no ,menubar=no, resizable=no, screenX=18,screenY=16, top=16, left=18';    
   var t = Math.random();
  t = t*1000000;
  t = Math.round(t); 
  
  var name = 'nm' + t;
  subs=window.open('', name, winParam);
 
  
  subs.document.write('<html>' + 
'<head>' + 
'<title>ORIGINALZ</title>' +
'<link rel="stylesheet" href="/css/main.css" type="text/css" title="main style sheet">' +  
'</head>' +
'<body bgcolor="#9CCA85" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 link="#DF671C" vlink="#DF671C" alink="#DF671C">' +
'<img src="'  + src + '" border="0"><br>' + 
'<img src="/img/general/pixels/bej.gif" border="0" width="' + w + '" height="2"><br><font class="mainfix">' + 
'<img src="/img/general/pixels/t_pixel.gif" width="1" height="7" alt="" border="0"><br><div class="marg0">' + 
text + 
'</div><img src="/img/general/pixels/t_pixel.gif" width="1" height="7" alt="" border="0"><br>' + 
'<img src="/img/general/pixels/bej.gif" border="0" width="' + w + '" height="2"><br>' +
'</body>' +
'</html>')
		  }				  