/* --------------------------------------------------
default
-------------------------------------------------- */

function MM_openBrWindow(theURL,winName,features) { //v2.0
	//window.open(theURL,winName,features);
	window.open(theURL, 'csr_help', 'scrollbars=1,resizable=1,menubar=0,toolbar=0,location=1,status=0,directories=0,width=' + 530 + ',height=' + 650);
}

function scrollPageTop(){
	Scroller.interval=setInterval('Scroller.scroll(0)',6);
}

