	function extscripttest()
{
alert('External Javascript Working');
}



	function openorderform()
{
window.open('pdfs/order_form2.pdf','orderform','width=640,height=480,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}

	function sampleorder()
{
window.open('pdfs/invitationorder.pdf','sampleorder','width=640,height=480,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}

