/*
	Main JavaScript
	Under Contract for <webstager.com>
	By <hutzmedia.com>
	August 13, 2010
*/



function openGalleryImage(url, w, h) {

	w = w + 64;
	h = h + 136;
	h = h + 160; // for description
	if (w < 480) { w = 480; }
	if (h > 768) { h = 768; }
	
	var win = window.open(url, "_blank", "alwaysRaised=1,resizable=yes,scrollbars=yes,width=" + (w) + ",height=" + (h));
	return false;
		
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Opengallerywindow() {
	window.open('/gallshow/gallslideshow.htm','gallerywindow', 'menubar=0,toolbar=0,location=0,directories=0,status=0,resizable=0,scrollbars=0,width=300,height=220');
}
