
function openCouponWindow(url) {
	window.open(url,'CouponWindow','left=50,top=80,height=420,width=580,resizable=yes,scrollbars=yes');}
function openShipWindow(url) {
	window.open(url,'ShipWindow','left=50,top=80,height=400,width=300,resizable=yes,scrollbars=yes');}
function openInfoWindow(url) {
	window.open(url,'InfoWindow','left=50,top=100,height=200,width=250, resizable=yes');}
function openInfoWindow1(url) {
	window.open(url,'InfoWindow1','left=50,top=80,height=400,width=350,resizable=yes scrollbars=yes');}
function openInfoWindow2(url) {
	window.open(url,'InfoWindow1','left=50,top=80,height=550,width=500,resizable=yes scrollbars=yes');}
function openPictureWindow(url) { 	
	window.open(url,'PictureWindow','left=50,top=50,height=550,width=500,resizable=yes scrollbars=yes')}
function viewimage(imageurl) {
	document.images['MainImage'].src=imageurl;}
function AdjustImageSize() {
	if (document.getElementById('MainImage').height>350) (document.getElementById('MainImage').height=350);}
	if (document.getElementById('MainImage').width>350) (document.getElementById('MainImage').width=350);
function AdjustImageSizeBulk(myImage) {
	if (document.getElementById(myImage).width>150) (document.getElementById(myImage).width=150);}