function companyinfo(urls){
	var newopen;
	newopen = window.open(urls,'conpanyinfo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=620,height=420');
	newopen.focus();
}

function magazine(urls){
	var newopen;
	newopen = window.open(urls,'conpanyinfo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=650,height=1000');
	newopen.focus();
}


function comics(urls){
	var newopen;
	newopen = window.open(urls,'conpanyinfo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=600,height=1000');
	newopen.focus();
}


function topnews(urls){
	var newopen;
	newopen = window.open(urls,'conpanyinfo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=430,height=600');
	newopen.focus();
}

function contentspop01(urls){
	var newopen;
	newopen = window.open(urls,'contentspop01','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=450,height=750');
	newopen.focus();
}

function contentspop02(urls){
	var newopen;
	newopen = window.open(urls,'contentspop01','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=850,height=750');
	newopen.focus();
}