
function startapplet(addr) 
{	
	win = window.open(addr,'Island Applet','status=no,width=788,height=541, screenx='+((screen.width/2)-399)+' screeny='+((screen.height/2)-299)+', left='+((screen.width/2)-399)+', top='+((screen.height/2)-299));
	win.focus();
	
}

function startapplet_scroll(addr) 
{	
	win = window.open(addr,'Island Applet','status=no,width=788,height=600,scrollbars=1, screenx='+((screen.width/2)-399)+' screeny='+((screen.height/2)-299)+', left='+((screen.width/2)-399)+', top='+((screen.height/2)-299));
	win.focus();
	
}


