var courierWin = null;
function popLarge(service) {
	var width = 300;
	var height = 340;
	var filename = "skin1/popups_custom/popup_" + service + ".php";
	courierWin = window.open(filename, "courierWin", "width=" + width + ",height=" + height + ",toolbars=no,scrollbars=no,scrolling=no");
}

var courierWin = null;
function popSmall(service) {
	var width = 300;
	var height = 300;
	var filename = "skin1/popups_custom/popup_" + service + ".php";
	courierWin = window.open(filename, "courierWin", "width=" + width + ",height=" + height + ",toolbars=no,scrollbars=no,scrolling=no");
}


function popWin(url) {
popup = window.open(url,"popup","height=550,width=740,toolbar=no,location=no,status=no,personalbar=no,scrollbars=auto,resizable=yes,menubar=no");
popup.focus();	
}


function popWin2(url) {
popup = window.open(url,"popup","height=570,width=870,toolbar=no,location=no,status=no,personalbar=no,scrollbars=auto,resizable=yes,menubar=no");
popup.focus();	
}

