function OpenWin(wUrl,wWidth,wHeight){
	wWidth = 660;
	wHeight = 640;
	scWidthCenter = screen.availWidth;
	scHeightCenter = screen.availHeight / 2;
	wOption =
	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth + 60)) + ",top=" + (scHeightCenter - (wHeight / 2));
	kamikazewin = window.open(wUrl,"kamikazenews",wOption);
	kamikazewin.window.focus();
}

function OpenWin2(wUrl,wWidth,wHeight){
	wWidth = 620;
	wHeight = 620;
	scWidthCenter = screen.availWidth /2;
	scHeightCenter = screen.availHeight / 2;
	wOption =
	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	kamikazewin = window.open(wUrl,"staffblog",wOption);
	kamikazewin.window.focus();
}

function OpenWin3(wUrl,wWidth,wHeight){
	wWidth = 640;
	wHeight = 640;
	scWidthCenter = screen.availWidth /2;
	scHeightCenter = screen.availHeight / 2;
	wOption =
	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth /2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	kamikazewin = window.open(wUrl,"wallpaper",wOption);
	kamikazewin.window.focus();
}

function OpenWin4(wUrl,wWidth,wHeight){
	wWidth = 660;
	wHeight = 640;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
	wOption =
	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth /2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	kamikazewin = window.open(wUrl,"kamikazeworks",wOption);
	kamikazewin.window.focus();
}