function gallerypopup(title,galleryid){
	popup=window.open('', 'popup', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=5, height=5, top=100, left=200');
	popup.document.write('<html><head><title>'+title+'</title></head><body bgcolor="#cccccc" onload="javascript:self.focus();"><center><img onClick="javascript:self.close();" onLoad="javascript:self.resizeTo(this.width+32,this.height+65);" src="http://home.infoweb.ee/image.php?GalleryImageID='+galleryid+'" border=0></center></body></html>');
	popup.document.close();
	return false;
}
function catalogpopup(title,catalogid){
	popup=window.open('', 'popup', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=5, height=5, top=100, left=200');
	popup.document.write('<html><head><title>'+title+'</title></head><body bgcolor="#cccccc" onload="javascript:self.focus();"><center><img onClick="javascript:self.close();" onLoad="javascript:self.resizeTo(this.width+32,this.height+65);" src="http://home.infoweb.ee/image.php?CatalogImageID='+catalogid+'" border=0></center></body></html>');
	popup.document.close();
	return false;
}
function FlashWrite(url,clicktag,width,height){
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH=' + width + ' HEIGHT=' + height + '>');
	document.write('<PARAM NAME=movie VALUE="' + url + '?clickTAG=' + clicktag + '"> <PARAM NAME=menu VALUE=false> ');
	document.write('<PARAM NAME=quality VALUE=high> ');
	document.write('<PARAM NAME=wmode VALUE=transparent> ');
	document.write('<EMBED src="' + url + '?clickTAG=' + clicktag + '" menu=false wmode=transparent quality=high WIDTH=' + width + ' HEIGHT=' + height + ' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
}
