function PrintSelection()
{
	document.iBrowser1.SetBrowserProperty('selector','yes');	document.iBrowser1.Execute('clippos','0,0,'+document.iBrowser1.GetMapWidth(document.iBrowser1.GetLevelCount())+','+document.iBrowser1.GetMapHeight(document.iBrowser1.GetLevelCount()));	
	document.iBrowser1.ProcessEvent('key',120,0,0,0);
	document.iBrowser1.SetBrowserProperty('selector','no');
}
function open_help(){
window.open("http://www.myipq.com/hosting/government/knto/map/cs/help/index.htm","popup_h","left=145,top=100,scrollbars=no,resizeable=no,width=251,height=409");
}
function open_legend(){
window.open("legend.htm","popup_l","left=145,top=100,scrollbars=no,resizeable=no,width=600,height=353");
}
function open_subway(){
window.open("http://www.myipq.com/hosting/government/knto/map/cs/subway/index.htm","popup_s","left=145,top=100,scrollbars=no,resizeable=no,width=707,height=674");
}
