
var bigwind2 = null;
var bigwind3 = null;
var bigwind = null;
var bigwindv = null;
var profwind = null;
var vidwind = null;
var graphpic = null;
var locwind = null;
var fishwind = null;

function showpic(url){
	if(!bigwind || bigwind.closed) {
	bigwind =  window.open(url,'bigwind','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=auto,resizable=no,copyhistory=no,width=1024 ,height=800')
	bigwind.document.write('<html><body bgcolor="black">')
	bigwind.document.write('<div align=center><img name=tdmphoto src='+url+'></body></html>')
	}
	else {
	bigwind.document.images['tdmphoto'].src=url
	window.bigwind.focus();
		}
}

function viewpic(url){
	if(!bigwind || bigwind.closed) {
	bigwind =  window.open(url,'bigwind','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=auto,resizable=no,copyhistory=no,width=600 ,height=400')
	bigwind.document.write('<html><body bgcolor="black">')
	bigwind.document.write('<div align=center><img name=tdmphoto src='+url+'></body></html>')
	}
	else {
	bigwind.document.images['tdmphoto'].src=url
	window.bigwind.focus();
		}
}
function bigpic(url){
	if(!bigwind2 || bigwind2.closed) {
bigwind2 =  window.open(url,'bigwind2','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=400 ,height=335')
	}
	else {
	window.bigwind2.location=url;
	window.bigwind2.focus();
		}
}

function bigpicv(url){
	if(!bigwindv || bigwindv.closed) {
bigwindv =  window.open(url,'bigwindv','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=320 ,height=425')
	}
	else {
	window.bigwindv.location=url;
	window.bigwindv.focus();
		}
}

function profile(url){
	if(!profwind || profwind.closed) {
profwind =  window.open(url,'profwind','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=465 ,height=400')
	}
	else {
	window.profwind.location=url;
	window.profwind.focus();
		}
}

function video(url){
		if(!vidwind || vidwind.closed) {
  		vidwind = window.open(url,'vidwind','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=250,height=265');
		}
	else {
	window.vidwind.location=url;
	window.vidwind.focus();
	}
}

function map(url){
locwind= window.open(url,'locwind','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=400 ,height=400')
}

function graphic(url){
	graphpic=  window.open(url,'graphic','toolbar=no,location=no,focus=true, directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=585 ,height=300')
	}
