//																						//
//																						//			
//					WEBnewsizne_Html_Link							   ?	  //
//																						//
//																						//
opencomf = "http://WWW.HANJO-ATTA.COM/WEBnewszine/N_ATTA.txt";
simurl = "http://WWW.HANJO-ATTA.COM/WEBnewszine/simpaper.html";

window.name = "WEBnewszine_main";
openurl ="";
opencolor=null
opentype=1;
openwidth =1024;
openheight = 768;
opennumber = 0;
wnd = null;
colorex = false;


function WEBnewszine_FLA(url){ 
	//alert(window.document.URL);
	if(!colorex) opencolor = null;
	colorex = false;
	openurl = url;

	
	if(wnd!=null) wnd.close();
	opennumber++;
	if(opentype==1){
		wnd = window.open(simurl,"WEBneszine_view"+opennumber ,"width="+(screen.Width-5)+",height="+(screen.Height-25));
	}else if(opentype==2){
		wnd = window.open(simurl,"WEBneszine_view"+opennumber,"fullscreen");
	}else if(opentype==3){
		wnd = window.open(simurl,"WEBneszine_view"+opennumber,"toolbars=no,scrollbars=no,resizable=no");
	}
	
}
