
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 + "&childinfoid=" + nid;
	var whdl = window.open(spth, "printing", "top=10, left=10, width=620, height=700, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}
//
function showlayout2(pid, nid){
			
//
	var spth = "print.asp?pageid=" + pid + "&articleid=" + 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 openfee(pid) {
//
	var spth = "fee.asp?pageid=" + pid;
	var whdl = window.open(spth, "fee", "top=10, left=10, width=500, height=300, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}

//
function openrelocationTC(pid) {
//
	var spth = "relocationTC.asp?pageid=" + pid;
	var whdl = window.open(spth, "relocationTC", "top=10, left=10, width=500, height=300, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}

function showlayout3(pid){
		
//
	var spth = "printtip.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 showlayout4(pid){
			
//
	var spth = "printarticle.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 showlayout5(pid, state){
	
//
	var spth = "printff.asp?pageid=" + pid + "&state=" + state;
	var whdl = window.open(spth, "printing", "top=10, left=10, width=620, height=700, scrollbars=yes, resizable=yes, status=yes");
	whdl.focus();
}
//
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")
}