
function ChangePic(imgName,imgFile) 
{
	document.images[imgName].src=imgFile;
}
	
function OpenWin ()
{
	window.open ("basket.html","","width=640,height=480,resizable=no,scrollbars=yes")
}
	
function OpenWinPatent(id_page, id_text)
{
	window.open ("index.php?id_page="+id_page+"&id_text="+id_text+"&op","","width=540,height=712,resizable=no,scrollbars=yes")
}

function OpenWinCardA ()
{
	window.open ("card_auth.html","","width=640,height=480,resizable=no,scrollbars=yes")
}

function auth()
{
	document.forms["registration"].submit();
}

function submit(form)
{
	document.forms[form].submit();
}

function start_master_search()
{
	//alert("call to search");
	if (document.forms['choice'])
	{
		document.forms['choice'].start.value=1;
		document.forms['choice'].submit();
	}
	else
		alert("form doesn't exists");
}

function OpenBigImage (ImName,TitTxt,Width,Height){
Width=Width+100;
Height=Height+150;
var msgWin=window.open('about:blank','window2','width='+Width+',height='+Height+', scrollbars=1');
msgWin.document.write("<html><head><title>"+TitTxt+"</title><link rel=stylesheet type='text/css' href='/style.css' title='style'></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' bgcolor='#f9f9fb' text='#545446'><table width='100%' height='100%' cellspacing='2' cellpadding='2' border='0'><tr><td bgcolor='#D77C4D'><img src='images/empty.gif' width='12' height='85' alt='' border='0'></td><td style='0 0 0 21;'><img src='images/p_logo.gif' width='103' height='29' alt='' border='0'></td><td align='right' valign='bottom' style='padding:0 31 0 0;'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='images/p_button_buy_left.gif' width='2' height='18' alt='' border='0'></td><td align='center' background='images/p_button_buy_bg.gif' height='18' style='padding:0 24 0 24;'><a href='javascript:window.close();' class='buy'>close</a></td><td><img src='images/p_button_buy_right.gif' width='2' height='18' alt='' border='0'></td></tr></table></td></tr><tr><td><img src='images/empty.gif' width='1' height='1' alt='' border='0'></td><td width='100%' height='100%' align='right' colspan='2' style='padding:12 31 27 0;'><img src='"+ImName+"' border='0'></td></tr><tr><td colspan='3' bgcolor='#747474' align='right' style='padding:9 31 9 0;'><font class='copyrightwhite'>2005 <img src='images/p_copyr_dark.gif' width='8' height='8' alt='' border='0' hspace='3'> Copyright WIZEBOX</font></td></tr></table></body></html>");
msgWin.document.close();

//window.open (Fname+'.html','win','width=750,height=563');
}
