function formulario(senha) {
	if (senha=='sp3907') {
		self.location = 'http://www.tela7.com.br/supreme2/noivas/formulario/form.php';
	} else {
		alert('Senha incorreta!')
	}
}

function twitter() {
	open('http://twitter.com/supremeconvites');
}
function facebook() {
	open('http://www.facebook.com/profile.php?id=100001589929951')
}

function orkut() {
	open('http://www.orkut.com.br/Main#Home.aspx?hl=pt-br&tab=w0');
}
function link_tela7() {
	open('http://www.tela7.com.br');
}

function entrada(n) {
	switch(n) { 
		case 1 : 
			self.location = 'http://www.supremeconvites.com.br/glamour/index.html';
			break;
		case 2 : 
			self.location = 'http://www.tela7.com.br/supreme2/debutantes/page_1.htm';
			break;
		case 3 : 
			self.location = 'http://www.tela7.com.br/supreme2/noivas/page_1.htm';
			break;
		case 4 : 
			self.location = 'http://www.supremeconvites.com.br/acessorios';
			//self.location = 'http://www.tela7.com.br/supreme2/noivas/page_13.htm';
			break;
	} 
}


function clickFlash() {
     theObjects = document.getElementsByTagName("object"); 
     for (var i = 0; i < theObjects.length; i++) { 
          theObjects[i].outerHTML = theObjects[i].outerHTML; 
     }
}

function popupvitrine(filename) {
     var rand = Math.random();
     var url = filename+'?rnd='+rand;
     var winw = 910;
     var winh = 610;
     var winl  = (screen.width-winw) / 2;
     var wint   = (screen.height-winh) / 2;
     winprops = 'height='+winh+',width='+winw+',top='+wint+',left='+winl+',scrollbars=NO,resizable=no'; 
     newwindow=window.open(url,'janela1',winprops);
     if (window.focus) {newwindow.focus()}
}

function ampliarFoto(filename) {
     var rand = Math.random();
     var url = filename+'?rnd='+rand;
     var winw = 910;
     var winh = 680;
     var winl  = (screen.width-winw) / 2;
     var wint   = (screen.height-winh) / 2;
     winprops = 'height='+winh+',width='+winw+',top='+wint+',left='+winl+',scrollbars=NO,resizable=no'; 
     newwindow=window.open(url,'janela1',winprops);
     if (window.focus) {newwindow.focus()}
}


function pesoSedex() {
     var rand = Math.random();
     var url = 'page_29.htm?rnd='+rand;
     var winw = 910;
     var winh = 610;
     var winl  = (screen.width-winw) / 2;
     var wint   = (screen.height-winh) / 2;
     winprops = 'height='+winh+',width='+winw+',top='+wint+',left='+winl+',scrollbars=NO,resizable=no'; 
     newwindow=window.open(url,'janela1',winprops);
     if (window.focus) {newwindow.focus()}
}

function carregapagina(n) {
  window.alert(n);
}


function lnkMenu(n) {
	var url = 'page_'+n+'.htm';
	self.location = url;
}

