function intFlash(paze,w,h,flashvars,wmode)
	{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,16,0" width="'+w+'" height="'+h+'">');
	document.write('<param name="movie" value="'+paze+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="'+wmode+'">');
	document.write('<param name="FlashVars" value="'+flashvars+'">');
	document.write('<embed src="'+paze+'" quality="high" wmode="'+wmode+'" FlashVars="'+flashvars+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>');
	}


function change_image(lakel, par_lakel)
	{
	document.getElementById(lakel).src = par_lakel;
	}


function PopupImage(img, my_width, my_height)
	{
	w=open("",'image','width='+my_width+',height='+my_height+',toolbar=no,scrollbars=no,resizable=no');	
	w.document.write("<html><head><title>Tactis - Design & Web Solutions</title><script>function closeme() {self.close();}</"+"script></head>");
	/*w.document.write("<script language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+9,document.images[0].height+60); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");*/
	w.document.write("<body bgcolor=#000000 leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href=javascript:closeme()><img width="+my_width+" height="+my_height+" src='"+img+"' border=0></a>");
	w.document.write("");
	w.document.write("</body></html>");
	w.document.close();
	}

