// JavaScript Document

function popRomance() {  
	newWindow=window.open('romance.htm','romance',		
	'width=500,height=170,resizable=no,scrollbars=no,top=30,left=30,screenX=2,screenY=2,dependent=yes');
}

function popSon() {  
	newWindow=window.open('sons_de_cahriloes.htm','sons',		
	'width=500,height=170,resizable=no,scrollbars=no,top=30,left=30,screenX=2,screenY=2,dependent=yes');
}

function popStudy() {  
	newWindow=window.open('study_in_a.htm','study',		
	'width=500,height=170,resizable=no,scrollbars=no,top=30,left=30,screenX=2,screenY=2,dependent=yes');
}

function popSexOnFire() {  
	newWindow=window.open('sex_on_fire.htm','sexfire',		
	'width=500,height=170,resizable=no,scrollbars=no,top=30,left=30,screenX=2,screenY=2,dependent=yes');
}

function popSheMovesInHerOwnWay() {  
	newWindow=window.open('she_moves_in_her_own_way.htm','shemoves',		
	'width=500,height=170,resizable=no,scrollbars=no,top=30,left=30,screenX=2,screenY=2,dependent=yes');
}



