function openwindow(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=400, height=300")
}
function openPanoramic(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=650, height=550")
}
function openPortrait(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=300, height=400")
}
function openDirections(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=700, height=450")
}
function openTermsConditions(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=500, height=550")
}
function openLargeImage(url,name)
{
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=630, height=300")
}


