var vOrderURL = "";


function fOrderProduct(val)
{
	str = vOrderURL + val;
	//wOrdPrd = window.open(str,'wOrdPrd','width=750,height=450');
	//wOrdPrd.focus();
	document.location.href=str;
}

function fTelemergency()
{
	wTL = window.open('pag_telemergency.htm','wTL','width=670,height=400,scrollbars=1,resizable=1');
	wTL.focus();
}



function fsamplecard()
{
	wSa = window.open('samplecard.html','wSa','width=720,height=280,status=1');
	wSa.focus();
}



function click(e) 
{
	var msg = "(c) Copyright 1995 - 2008, by MedIDs.com";
	if (document.all) 
		if (event.button == 2) 
		{
			alert(msg);
			return false;
		}

	if( (document.layers) || (navigator.appName.indexOf("Netscape")!=-1) )
		if (e.which == 3)
		{
			alert(msg);
			return false;
		}
}

if (document.layers) 
	document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=click;
				

				