function openSignup() {
	var w = window.open("http://www.hazaratraditions.com/lists/?p=subscribe&id=1", "newsletter", "toolbar=0,location=0,status=1,resizable=1,width=450,height=500");
	w.focus();
}

function openGallery(url) {
	var w = window.open(url, "gallery", "toolbar=0,location=0,status=1,resizable=1,width=800,height=600");
	w.focus();
}

function openGallery2(url) {
        var w = window.open(url, "gallery", "toolbar=0,location=0,status=1,resizable=1,width=600,height=560");
        w.focus();
}

function popupWindow(url) {
  var w = window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150');
  w.focus();
}
function popupWindowPrice(url) {
  var w = window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=150,screenY=150,top=150,left=150');
  w.focus();
}

function openImagePopup(galurl) {
  var w = window.open(galurl, "carpetnav", 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=700,height=600,screenX=150,screenY=150,top=150,left=150');
  w.focus();
}
