function popUp(urlen)
	{
	NewWindow=window.open(urlen, 'popUpWindow', 'resizeable=no,width=400,height=400,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no')
	}
	function popUp_r(urlen)
	{
	NewWindow=window.open(urlen, 'popUpWindow', 'resizable=yes,width=600,height=600,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no')
	}

var sammove;

function move()
{
getcontent_height()
var ns4=(document.layers);
var ie4=(document.all);
if(ns4)
{
	crossobj.top=100;
	post=crossobj;
	scrollup();
}
if(ie4)
{
	crossobj.style.top=150;
	post=crossobj.style;
	scrollup();
}
}

function scrollup()
{
	var scrollt=parseInt(post.top);
			if(scrollt>-700){
			scrollt-=1;
			post.top=scrollt;
			sammove=setTimeout("scrollup()",50);}
			else{
			scrollt=150;
			post.top=scrollt;
			sammove=setTimeout("scrollup()",50);}
			}

