//
function showlayout(pid){
	
	//
	var spth = "print.asp?pageid=" + pid;
	var whdl = window.open(spth, "printing", "top=10, left=10, width=620, height=700, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}
//
function showlayout1(pid, nid){
	
	//
	var spth = "print.asp?pageid=" + pid + "&jobid=" + nid;
	var whdl = window.open(spth, "printing", "top=10, left=10, width=620, height=700, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}
function openmap1() {
         var newWin = window.open('http://www.expectastar.com.au/group/syd_map.asp',"map1","HEIGHT=543,WIDTH=504")
}
//


function openmap3() {
		         var newWin = window.open('http://www.expectastar.com.au/group/bne_map.asp',"map3","HEIGHT=684,WIDTH=504")
		}
//
function openmap2() {
		         var newWin = window.open('http://www.expectastar.com.au/group/vic_map.asp',"map2","HEIGHT=687,WIDTH=504")
		}

//
function openF1(a,b,c) {

	var spth = "recommend.asp?titlename=" + b + "&webaddress=" + c;
		var newWin = window.open(spth, "F1", "scrollbars=1, resizable=1, width = 520, height = 550")
}