
function OpenHelp (url)
{
	url = "/hotelplus/manager/help/" + url;
	window.open(url,"helpWin","width=650,height=400,scrollbars=yes,resizable=yes");		
}

function OpenPopup (url)
{
	window.open(url,"helpWin","width=650,height=400,scrollbars=yes,resizable=yes");		
}

function OpenPopupSized (url,Height,Width)
{
	window.open(url,"helpWin","width="+Height+",height="+Width+",scrollbars=yes,resizable=yes");		
}

