// JavaScript Document
/******************************************************************************************

	</special/maternity/js_v2/popup.js>

*******************************************************************************************/

//popup
function popup1(){ 
	popwin=window.open("popup1.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=550,width=430,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}

//popup2
function popup2(){ 
	popwin=window.open("popup2.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=550,width=430,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}

//popup3
function popup3(){ 
	popwin=window.open("popup3.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=550,width=430,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}
//popup4 recipe
function popup4(){ 
	popwin=window.open("popup4.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=580,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}

function popup4_s(){ 
	popwin=window.open("popup4.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=550,width=430,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}


//popup5 recipe
function popup5(){ 
	popwin=window.open("popup5.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=580,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}


//popup_soup
function popup_soup(){ 
	popwin=window.open("popup_soup.html","popwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=580,left=100,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}


//flashTop
function flashTop(){ 
	popwin=window.open("../soybean/index.html","flashwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=850,left=20,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}

//flash
function flash(){ 
	popwin=window.open("../../soybean/index.html","flashwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=850,left=20,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}
