function popup()
{
newpop = window.open('enquiry_form.php','_blank','top=20 left=30 width=550 height=500 ,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0');
}

function popup1()
{
newpop = window.open('disclaimer_pop.html','_blank','top=20 left=30 width=300 height=300 ,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0');
}

function popup2(id)
{
newpop = window.open('what_tpl_pop.php?id='+id,'_blank','top=20 left=30 width=550 height=500 ,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0');
}

function popup3(id)
{
newpop = window.open('what_tpl_pop1.php?id='+id,'_blank','top=20 left=30 width=550 height=500 ,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,z-lock=0');
}
