		function Popup(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'','width=550, height=580, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'','width=550, height=580, menubar=0, scrollbars=1, toolbar=0, resizable=1');
			}
		}
		
		function PopupPub(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'pub','width=680, height=770, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'pub','width=680, height=770, menubar=0, scrollbars=1, toolbar=0, resizable=1');
			}
		}

		function Popup1(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'fenetre1','width=500, height=580, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'fenetre1','width=500, height=580, menubar=0, scrollbars=0, toolbar=0, resizable=1');
			}
		}

		function Popup2(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'fenetre2','width=650, height=550, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'fenetre2','width=650, height=550, menubar=0, scrollbars=1, toolbar=0, resizable=1');
			}
		}
		function Popup3(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'fenetre1','width=500, height=640, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'fenetre1','width=500, height=640, menubar=0, scrollbars=0, toolbar=0, resizable=1');
			}
		}
		function Popup4(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'pub','width=550, height=770, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'pub','width=550, height=770, menubar=0, scrollbars=1, toolbar=0, resizable=1');
			}
		}
		function Popup5(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'fenetre1','width=790, height=660, menubar=1, scrollbars=1, toolbar=0, resizable=1');
			}
			else {
				window.open(sUrl,'fenetre1','width=790, height=660, menubar=0, scrollbars=0, toolbar=0, resizable=1');
			}
		}		function PopupPromo(sUrl, bMenuBar)
		{
			if (bMenuBar) {
				window.open(sUrl,'promo','width=305, height=375, menubar=1, scrollbars=1, toolbar=0, resizable=0');
			}
			else {
				window.open(sUrl,'promo','width=305, height=375, menubar=0, scrollbars=0, toolbar=0, resizable=0');
			}
		}
		
		<!-- <img src="<%=baseUrl%>/images/logo.gif">  -->
