function newsletter_popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=1,width=630,height=455,left=251,top=57');");
}

var how_far=1

function popupon(text, event) { 
  borderColor = '#000000';
  bgColor = '#F1D987';
  border = 1;
  padding = 3;
  Font = 'face="Verdana, Arial, Helvetica, sans-serif"';
	
  if (!(document.getElementById || document.layers)) return;

  var tableWidth = 270;
  var textTable = "<table" + " id='definition'" + " width=" + tableWidth + " cellpadding="+ padding +" border="+ border +" cellspacing=0 bordercolor="+ borderColor +">";
  textTable += "<tr><td bgcolor="+ bgColor +"><font "+ Font +"><span class='glosssize'>" + text + "</span></font></td></tr></table>";
  
	//stupid hack to make this work in Mac IE 5.0 Only
	if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.platform == "MacPPC") && (navigator.userAgent.indexOf("MSIE 5.0") != -1)) {
		textTable = text
		document.getElementById('glossary').style.backgroundColor = "#ffcc66"
	}

  var posX=0;
  var posY=0;

  if (document.getElementById) { // for IE 4.0 or above & NS 6.0
    document.getElementById('glossary').innerHTML = textTable;
	
	document.getElementById('glossary').style.height = document.getElementById('glossary').offsetHeight

    posX = event.clientX + 10;
	var windowWidth = (document.all) ? document.body.clientWidth : window.innerWidth;
	var layerWidth = document.getElementById('glossary').offsetWidth;
	var tableRightX = posX + layerWidth;
	if (tableRightX > windowWidth) posX = windowWidth - layerWidth - 5;
	if (posX < 0) posX = 0;

    posY = event.clientY +10;
	var windowHeight = (document.all) ? document.body.clientHeight:window.innerHeight;
	var layerHeight = document.getElementById('glossary').scrollHeight;
	var tableBottomY = posY + layerHeight;
	if (tableBottomY > windowHeight) posY = posY - 20 - layerHeight; 
	if (posY < 0) posY = 0;

	var Xoffset = (document.all) ? document.body.scrollLeft:pageXOffset
	var Yoffset = (document.all) ? document.body.scrollTop:pageYOffset

    document.getElementById('glossary').style.left = posX + Xoffset;
    document.getElementById('glossary').style.top = posY + Yoffset
	document.getElementById('glossary').style.visibility = 'visible';
	
  } 
  else { // for Netscape 4.0 or above

	document.glossary.document.open();
    document.glossary.document.write(textTable);
	document.glossary.document.close();
	
	posX = event.pageX - pageXOffset + 10;
	var windowWidth = window.innerWidth;
	var tableRightX = posX + document.layers.glossary.clip.width; 
	if (tableRightX > windowWidth) posX -=  tableRightX - windowWidth;
	if (posX < 0) posX = 0;

	posY = event.pageY - pageYOffset + 10;
	var windowHeight = window.innerHeight;
	var tableBottomY = posY + document.layers.glossary.clip.height;
 	if (tableBottomY > windowHeight) posY = posY - 20 - document.layers.glossary.clip.height;
	if (posY < 0) posY = 0;

	document.layers.glossary.moveTo(posX + pageXOffset,posY + pageYOffset)
	document.layers.glossary.visibility="show"
  }
}

function popupoff() 
{ 
  if (!(document.getElementById || document.layers)) return;
  if (document.getElementById) document.getElementById('glossary').style.visibility = 'hidden';
  else document.glossary.visibility = "hidden";
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function logout() { 
  input_box=confirm("Are you sure you want to close this browser and exit the course?");
if (input_box==true)
	{self.opener=null;self.close();return false;
	}
}


function random_quote(){
var content=new Array()
content[1]='&ldquo;NET&rsquo;s contributions to the education and culture of this state are immeasurable. One of the greatest pleasures I ever had was signing into law the Nebraska Educational Television Act.&rdquo;<i>&mdash;former Governor Frank Morrison '
content[2]='&ldquo;Through 50 years NET has exemplified the goals of public broadcasting &ndash; offering programming that educates, informs and enriches the audience.&rdquo;<i>&mdash;Kenneth Tomlinson, Board Chair, Corporation for Public Broadcasting'
content[3]='&ldquo;No public broadcasting agency has gone further than Nebraska in fulfilling the mission of educating, informing and enriching American lives.&rdquo;<i>&mdash;Robert Coonrod , formerPresident and CEO of the Corporation of Public Broadcasting'
content[4]='&ldquo;As we work to keep and acquire businesses, services and professionals, it becomes vital that we provide consistent, quality links to political, cultural and scientific possibilities in Nebraska, the United States and the world. NET helps us do just that!&rdquo;<i>&mdash;Lora Lackaff, Bassett'
content[5]='&ldquo;Great institutions and communities don&rsquo;t just come out of the blue. They are built. And it&rsquo;s people&rsquo;s desire to give and to serve that builds them.&rdquo;<i>&mdash;Elaine Wolf, Albion'
content[6]='&ldquo;For 50 years, NET has provided quality, educational broadcasting across the great state of Nebraska. I commend your dedication, vision and service to all who have benefited from NET programming.&rdquo;<i>&mdash;Congressman Tom Osborne'
content[7]='&ldquo;NET deals with things that are familiar and close to us. It feels comfortable, like home.&rdquo;<i>&mdash;Elsie Thomas, Lincoln'
content[8]='&ldquo;The Canteen is such an integral part of North Platte and Nebraska history. &lsquo;The Canteen Spirit&rsquo; will preserve the memory of what happened at the Canteen, and more importantly, make the Canteen spirit relevant to today and future generations.&rdquo;<i>&mdash;David Bernard-Stevens, North Platte'
content[9]='&ldquo;People think the only thing that connects Nebraskans is the Cornhuskers. For some of us, there&rsquo;s another thing that connects all Nebraskans: NET.&rdquo;<i>&mdash;Laureen Riedesel, Beatrice'
content[10]='&ldquo;NET provides a bridge of communication for those Nebraskans who choose to engage in state government affairs. The foundation of our democracy relies on public participation, and to that degree, you have played a large role. Thank you for your service.&rdquo;<i>&mdash;Senator Carroll Burling, Kenesaw'
content[11]='&ldquo;Thank you for covering high school sports championships and for all the college sports you televise live. It&rsquo;s the only way for me to watch UNL Volleyball, because the games are sold out. I enjoy all the UNL sports you cover -- keep up the good work!&rdquo;<i>&mdash;Kenneth Andersen, Omaha'
content[12]='&ldquo;I am writing to you about your broadcast of the NU baseball games. I really appreciate the webcasts. I am a soldier serving in Bosnia and won&rsquo;t get to Lincoln to see a game this season. It&rsquo;s nice to be able to get a taste of home even when we are so far away.&rdquo;<i>&mdash;Sgt. Selig, B Troop, 1/167 CAV, Bosnia'
content[13]='&ldquo;The Nebraska Arts Council is blessed to have many partners who have a mission to serve our great state, but I can think of no organization that does it more passionately than NET.&rdquo;<i>&mdash;Suzanne Wise, Executive Director, Nebraska Arts Council'
content[14]='&ldquo;NET serves as a refuge for those demanding for themselves and their families something far more substantive than the mindless contemporary status quo. Whether for adults, children or the entire family, its programs are sure to be intelligent, thought-provoking and marvelously produced.&rdquo;<i>&mdash;Senator Carol Hudkins, Malcolm'
content[15]='&ldquo;When I think of the millions of children whose lives have been touched by Bert and Ernie, Mr. Roger&rsquo;s Neighborhood and Nebraska&rsquo;s very own Reading Rainbow, I am confident that I echo the sentiments of parents across our state in applauding NET for your commitment to children.&rdquo;<i>&mdash;Former Governor Mike Johanns'
content[16]='&ldquo;I just took a look at <strong><a href=http://www.nebraskastudies.org target=_blank>nebraskastudies.org</a></strong> and all I can say is &ldquo;Wow!&rdquo; We will be using this site as our history text. Wow!&rdquo;<i>&mdash;Diane Willadsen, teacher, Elmwood-Murdock Public Schools'
content[17]='&ldquo;This digital conversion truly does mark the beginning of a new era of public service for NET and represents the next step in delivering even more programs and services to the people of this great state.&rdquo;<i>&mdash;Then- Governor Mike Johanns at the launch of NET&rsquo;s digital broadcast service'
content[18]='&ldquo;Digital broadcasting is here and teachers are excited. As this technology is embraced and used by educators, it will become a permanent part of the whole spectrum of education in Nebraska.&rdquo;<i>&mdash;Alan Wibbels, director of network and information services at Educational Service Unit 10 in Kearney'
content[19]='&ldquo;Your public TV and radio stations mean so much to us. They are an oasis in a vast wasteland.&rdquo;<i>&mdash;Mary Kite, Gothenburg'
content[20]='&ldquo;NET Radio has become virtually my sole source for national and international news, presented in a comprehensive, coherent, balanced mode.&rdquo;<i>&mdash;George Sturgeon, Lincoln'
content[21]='&ldquo;The intellectual stimulation you provide often makes my day.&rdquo;<i>&mdash;Nathalia Zimmerman, Omaha'
content[22]='&ldquo;When our old car radio wasn&rsquo;t picking up NET Radio very well, my husband would drive around in his pickup just to listen to <em>Car Talk</em>. NET Radio is the only station we listen to at home and in the car.&rdquo;<i>&mdash;Beth Pracht, Broken Bow'
content[23]='&ldquo;I love NET Television, and I&rsquo;m proud to be a supporting member. Your programming is the very best on the air.&rdquo;<i>&mdash;Patricia Adams, North Platte</i>'
content[24]='&ldquo;We enjoy finding you as we travel across the state. Your positive attitudes, perky music and in-depth information are wonderful.&rdquo;<i>&mdash;Elaine Fuller, Stanton</i>'
content[25]='&ldquo;We feel the values of public radio and television are supported and echoed by independent retailers such as ourselves, and we don&rsquo;t believe there is a service like it anywhere else.&rdquo;<i>&mdash;Jim McKee, Lee Booksellers, Lincoln</i>'
content[26]='&ldquo;<em>All Things Considered</em> is sort of a vigil at our home every evening. When we start to make dinner we turn on the radio and listen to NET Radio. We enjoy it and feel like we get an in-depth synopsis of what happened during the day&mdash;something more than just a sound bite.&rdquo;<i>&mdash;Rusty Hilliard, Kearney</i>'
content[27]='&ldquo;You&rsquo;ve turned me into a one-station listener in my car. To hear a full, well-rounded story is so refreshing, especially in this day and age of sound bites.&rdquo;<i>&mdash;Dave Zeplin, Lincoln</i>'
content[28]='&ldquo;To this day, ours is the only such university-public broadcasting partnership in the nation, and it has been an extremely successful one.&rdquo;<i>&mdash;James B. Milliken, President, University of Nebraska</i>'
content[29]='&ldquo;We especially appreciate the Nebraska-developed programs. They make us proud.&rdquo;<i>&mdash;Phillip Lyness, Lincoln</i>'
content[30]='&ldquo;We love the nature shows and sports programming, especially the volleyball and college and high school football playoffs. This is the kind of &lsquo;reality TV&rsquo; we enjoy!&rdquo;<i>&mdash;Gene Westlake, Alvo</i>'
content[31]='&ldquo;I used to travel all over the world, but now I enjoy traveling with public television.&rdquo;<i>&mdash;Hazel Sitlington, Holdrege</i>'
content[32]='&ldquo;As a farm/ranch busy family, we have very little time to watch TV; thus we only have three channels: two commercial and NET Television. NET Television is our main source of programs and information. Thanks for giving us a variety of quality programming.&rdquo;<i>&mdash;Kendall Atkins, Dix</i>'
content[33]='&ldquo;I commute from Gretna to Lincoln and back every day, and my radio is always tuned to NET Radio. Thanks for keeping me informed and also soothing those road rage nerves with great classical music.&rdquo;<i>&mdash;Anne Vawser, Gretna</i>'
content[34]='&ldquo;I don&rsquo;t know a single young family that has not benefited from NET&rsquo;s children&rsquo;s programming, such as <em>Sesame Street</em> and <em>Arthur</em>.&rdquo;<i>&mdash;Curt Bromm, Wahoo</i>'
content[35]='&ldquo;Many Nebraskans may not be aware of the extremely high-quality programs that NET produces for national and even international audiences... We are proud to have NET as part of the UNL family.&rdquo;<i>&mdash;Harvey Perlman, UNL Chancellor</i>'

var ry=Math.floor(Math.random()*content.length)
if (ry==0)
ry=1
document.write(content[ry])
}


 
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["photos/photo01.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[1]=["photos/photo02.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[2]=["photos/photo03.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[3]=["photos/photo04.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[4]=["photos/photo05.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[5]=["photos/photo06.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[6]=["photos/photo07.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[7]=["photos/photo08.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[8]=["photos/photo09.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[9]=["photos/photo10.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[10]=["photos/photo11.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[11]=["photos/photo12.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
fadeimages[12]=["photos/photo13.jpg", "javascript:MM_openBrWindow('photos/pop.html','popit','width=615,height=545')", ""] //plain image syntax
 

var fadebgcolor="white"
 
////NO need to edit beyond here/////////////
 
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
 
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
 
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
 
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}

function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
 
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
 
 
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
 
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=obj.degree/100
}
 
 
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}
 
function dosearch() {
if (document.AdvSearchForm.searchtype.options[document.AdvSearchForm.searchtype.selectedIndex].value=='1')
{	document.AdvSearchForm.submit();}
else
{window.open('http://contentdm.unl.edu\/cdm4\/results.php?CISOOP1=all&CISOBOX1='+document.AdvSearchForm.query0.value+'&CISOFIELD1=CISOSEARCHALL&CISOOP2=exact&CISOBOX2=&CISOFIELD2=CISOSEARCHALL&CISOOP3=any&CISOBOX3=&CISOFIELD3=CISOSEARCHALL&CISOOP4=none&CISOBOX4=&CISOFIELD4=CISOSEARCHALL&CISOROOT=%2Fnetmedia&t=a','','toolbar=yes,location=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=560');
}
}
