var lala_plus_top_swf = {};
lala_plus_top_swf.openEbookLalaPlus = function(url){
	openwin(url, "ebooklala");
}
lala_plus_top_swf.openDouga = function(url){
	SubWindow = window.open(url,"douga","toolbar=0,location=1,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,titlebar=1,fullscreen=0,width=360,height=270");
	if(typeof window['SubWindow']=='undefined') {
		location.href=url;
	} else {
		SubWindow.focus();
	}
}