<!-- Begin
function showonecode(url,action,numcode) {
{	
var i = 1;
if ( document.getElementById )
	{
	while ( document.getElementById( 'code' + i) )
		{
			Divcode = document.getElementById( 'code' + i );
			Divbutton = document.getElementById( 'button' + i );
			if ( i == numcode )
				{
				Divbutton.innerHTML = Divcode.innerHTML;
				}
			i++;
		}
	
	if (document.form.pop.value == '1') { url = url.replace("upd=0", "upd=1"); }
		
	if (action == 'h') {
		window.open(url,'boutique','top=20,left=20,width=1100,height=900,scrollbars=1,location=1,menubar=1,resizable=1').blur();
		window.focus();
		}
	else {window.open(url,'boutique','top=20,left=20,width=1100,height=900,scrollbars=1,location=1,menubar=1,resizable=1').focus();}
	
	}	
	document.form.pop.value = '1';
	}
}

function seewin(url) {
window.open(url,'boutique','top=0,left=0,width=800,height=600,scrollbars=1,location=1,menubar=1,resizable=1');
}
//  End -->


