/* Teaser , Created by EnergySource , 2006-04-11
	Modified 2006-04-14*/
function OpenWind(sUrl,sName,iWidth,iHeight){
	window.open(sUrl,sName,"width="+ iWidth +",height="+ iHeight +",top=0,left=0,scrollbar=0,resizable=0,menubar=0");
}
