/* -----------------------------------------------
javascript file ABCCookingStudio.
FileName:default.js
Author:who
UpdatedBy:who-when
----------------------------------------------- */

//POPUP WINDOW
function NewpicWin() {
	NewPicWindow=window.open("","macrophoto","width=520,height=600,toolbar=0,location=0,status=0,menubar=1,scrollbars=1,resizable=1");
	NewPicWindow.focus();
}
function NewWin() {
	NewWindow=window.open("","login","width=620,height=400,toolbar=0,location=0,status=0,menubar=1,scrollbars=1,resizable=1");
	NewWindow.focus();
}
function NewAddWin() {
	NewWindow=window.open("","newaddress","width=620,height=600,toolbar=0,location=0,status=0,menubar=1,scrollbars=1,resizable=1");
	NewWindow.focus();
}
function NewPopWin() {
	NewWindow=window.open("","newpopup","width=670,height=700,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	NewWindow.focus();
}

