function openwindow1()
{
	window.open("http://cigescape.com/video-html/standard.html","mywindow","menubar=0,resizable=0,width=800,height=550");
}

function openwindow2()
{
	window.open("http://cigescape.com/video-html/deluxe.html","mywindow","menubar=0,resizable=0,width=800,height=550");
}

function openwindow3()
{
	window.open("http://cigescape.com/video-html/premium.html","mywindow","menubar=0,resizable=0,width=800,height=550");
}


