var win=null;

function OpenWin(name,wwidth,wheight) {
	win=window.open(name,"message","top=10,left=10,scrollbars=no,location=no,memubar=no,directories=no,toolbar=no,width="+wwidth+",height="+wheight+"");
	if (win==null) win.creator=self;
		win.focus();
	}

function OpenWin2(name,wwidth,wheight) {
	win=window.open(name,"message","top=10,left=10,scrollbars=no,location=no,memubar=no,directories=no,toolbar=no,width="+wwidth+",height="+wheight+"");
	if (win==null) win.creator=self;
		win.focus();
	}

function OpenWin3(name,wwidth,wheight) {
	win=window.open(name,"message3","top=10,left=10,scrollbars=yes,location=no,memubar=no,directories=no,toolbar=no,width="+wwidth+",height="+wheight+"");
	if (win==null) win.creator=self;
		win.focus();
	}

function openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function popup(theURL) {
	document.photo.photofile.value=theURL;
	feature='resizable=yes,scrollbars=yes,width=600,height=400,left=20,top=5';
	openBrWindow('popup.html','popup',feature);
}

col=255;
function sa() { document.getElementById("ws").style.color="rgb(" + col + "," + col + "," + col + ")"; col-=5; if(col>0) setTimeout('sa()', 10); }

function do_wmad(){}
function do_all(){do_wmad();}

function changeURL() {
//      document.location=document.other.otherarticleurl[document.other.otherarticleurl.selectedIndex].value;
      document.location=document.other.otherarticleurl.value;

}
