function showpic( picname, popuptitle) {
	w = window.open('','showpic','toolbar=no,status=no,scrollbars=no,resizable=no,height=100,width=100');
	w.document.write( "<html><head><title>Skandináv Utazási Központ</title>" );
	w.document.write( "<link href='css/suk_typo.css' rel='stylesheet' type='text/css'>" );
	w.document.write( "<script language='JavaScript'>\n");
	w.document.write( "IE5=NN4=NN6=false\n");
	w.document.write( "if(document.all)IE5=true\n");
	w.document.write( "else if(document.layers)NN4=true\n");
	w.document.write( "else if(document.getElementById)NN6=true\n");
	w.document.write( "function autoSize() {\n");
	w.document.write( "	if(IE5) self.resizeTo(document.images[0].width+50,document.images[0].height+60)\n");
	w.document.write( "	else if(NN6) top.window.resizeTo(document.images[0].width+50,document.images[0].height+60)\n");
	w.document.write( "	else top.window.resizeTo(document.images[0].width+50,document.images[0].height+60)\n");
	w.document.write( "	self.moveTo((screen.width-document.images[0].width)/2, (screen.height-document.images[0].height)/2);");
	w.document.write( "	self.focus()\n");
	w.document.write( "}\n");
	w.document.write( "</script>\n");
	w.document.write( "</head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad=" );
	w.document.write( "'javascript:autoSize();' bgcolor=#83253F>" );
	w.document.write( "<table align='center' valign='middle' height='100%' border='0' cellspacing='0' cellpadding='0'><tr><td><div align='center'><a href='javascript:top.window.close();'><img  class='fotodesign' alt=Bezárás title=Bezárás src='"+picname+"' border=1></a></div></td></tr></table>" );
	w.document.write( "</body></html>" );
	w.document.close();
}
function close_popup(){
	  if(typeof w != 'undefined') {
      if((document.all && w) || (w.document)){ 
        w.close()
        w = null
    }  }
	}
	
function printwin( printuri, printtitle) {
	p = window.open(printuri,'printwin','menubar=yes,toolbar=no,status=no,scrollbars=yes,resizable=yes,height=455,width=700');
}

