function cadastrese()
{
	window.open('email/formulario_port.asp', '', "Height=200px, Width= 210px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no")
}
function contato()
{
	window.open('http://www.estudiocyber.com.br/contato/contato.php', '', "Height=350px, Width= 315px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no")
}
function cdrom()
{
	window.open('multimidia/amostra_cdrom.htm', '', "Height=350px, Width= 500px, Top= 150 px, Left= 150 px, help= Yes, resizable= no, status= Yes")
}
function modelo1()
{
	window.open('promocoes/paginaspredisenhadas/modelo1.htm', '', "Height=350px, Width= 520px, Top= 150 px, Left= 150 px, help= Yes, resizable= no, status= Yes")
}

function modelo2()
{
	window.open('promocoes/paginaspredisenhadas/modelo2.htm', '', "Height=350px, Width= 520px, Top= 150 px, Left= 150 px, help= Yes, resizable= no, status= Yes")
}

function portfoliografica()
{
	window.open('portfolio_grafica.htm', '', "Height=550px, Width= 670px, Top= 50 px, Left= 50 px, help= Yes, resizable= no, status= Yes")
}
function amostra (foto)
{      
	   var new_win;
			
       new_win = window.open("","","menubar=no,status=no, resizable=0,top=20, left=20 ,width=550 ,height=371, scrollbars=yes");
       new_win.document.write( "<html>");
       new_win.document.write( "<head>");
	   new_win.document.write( "<TITLE>Estudio Cyber - Portofolio Gráfica</TITLE> </head>");
       new_win.document.write( "<body bgcolor='#ffffff' bottommargin='0' topmargin='0'  leftmargin='0'>");
	   
       new_win.document.write( "<center><img  style=cursor:'hand' border='0' name='img1' id='img1' src='" + foto + "' alt='Pressione na foto para fechar'");
	   new_win.document.write( "onclick='javascript:window.close()'></center>" ) ;
       new_win.document.write( "</body>");
   	   new_win.document.write( "</html>");
	
}
function amostraPromo (foto)
{      
	   var new_win;
			
       new_win = window.open("","","menubar=no,status=no, resizable=0,top=20, left=20 ,width=500 ,height=350, scrollbars=no");
       new_win.document.write( "<html>");
       new_win.document.write( "<head>");
	   new_win.document.write( "<TITLE>Estudio Cyber - Promoções</TITLE> </head>");
       new_win.document.write( "<body bgcolor='#ffffff' bottommargin='0' topmargin='0'  leftmargin='0'>");
	   
       new_win.document.write( "<center><img  style=cursor:'hand' border='0' name='img1' id='img1' src='" + foto + "' alt='Pressione na foto para fechar'");
	   new_win.document.write( "onclick='javascript:window.close()'></center>" ) ;
       new_win.document.write( "</body>");
   	   new_win.document.write( "</html>");
	
}

