function blurLinks() {if(document.layers) return;if(document.getElementById) links = document.getElementsByTagName("A");if(document.all) links = document.all.tags("A");for(a = 0; a < links.length; a++) links[a].onfocus = new Function('this.blur()');}
window.defaultStatus="DOGWALKER.COM.BR - PASSEIO E ADESTRAMENTO  - SP -  11 5094-0541";

var cam;
var produtos;
var indexorama;
var filme;
var blog;
var precos;
var curso;
var dog;

function openwin(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  if(eval(winName)==null||eval(winName+".closed")){
  eval (winName+"=window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight)");eval(winName+".focus()")}
  else if(1){eval(winName+".focus()");}
  else{eval (winName+"=window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight)");eval(winName+".focus()")}
}


function show(file){
		var url = file.options[file.selectedIndex].value;
		if(document.all || document.layers)
			location.href = url;
		else if(document.getElementById){
			if(url != undefined)
				location.href = url;
		}
	}
	
function camera(){
	window.location = 'http://www.dogtv.com.br';
}
function camera2(){
	openwin('/cam/camera2.php','cam','scrollbars=no, resizable=yes, status=yes','503','373','true',1);
}
// .ex. onClick="openwin('#','dog','scrollbars=yes, resizable=yes','300','400','true',1)" 