
function Bloomstone(url){
	var wnObj = open(url,'newWin','scrollbars=yes,width=785,height=615,top=0,left=0,screeny=0,screenx=0');
	wnObj.focus();
}

function ACherry(url){
	var wnObj = open(url,'newWin','scrollbars=yes,width=775,height=600,top=0,left=0,screeny=0,screenx=0');
	wnObj.focus();
}

function Morou(url){
	var wnObj = open(url,'newWin','scrollbars=yes,width=755,height=565,top=0,left=0,screeny=0,screenx=0');
	wnObj.focus();
}

function Sheherazade(url){
	var wnObj = open(url,'newWin','scrollbars=yes,width=925,height=520,top=0,left=0,screeny=0,screenx=0');
	wnObj.focus();
}

