<!-- Begin

function ClipBoard(x) {
	bResult = window.clipboardData.setData("Text",x);
}
function showHide(elementid){
if (document.getElementById(elementid).style.display == 'none'){
document.getElementById(elementid).style.display = '';
} else {
document.getElementById(elementid).style.display = 'none';
}
} 

function showcode(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) {
mypop = window.open(url);
}
//  End -->
