var w=screen.width;
var h=screen.height
var slideimages=new Array()
var slidelinks=new Array()

function slideshowimages(){
	for (i=0;i<slideshowimages.arguments.length;i++){
		slideimages[i]=new Image()
		slideimages[i].src=slideshowimages.arguments[i]
	}
}


function slideshowlinks(){
	for (i=0;i<slideshowlinks.arguments.length;i++)
	slidelinks[i]=slideshowlinks.arguments[i]
}

function gotoshow(){
	if (!window.winslide||winslide.closed) self.location.href = slidelinks[whichlink]
	else self.location.href = slidelinks[whichlink]
}

function OpenNewsList( m_width,m_height,htmname ){
	mx=window.screen.width/2-(m_width/2);
	my=window.screen.height/2-(m_height/2);
	window.open(htmname,"_blank","top="+my+",left="+mx+",width="+m_width+",height="+m_height+",toolbar=0,status=0,scrollbars=1,resizable=0");
}

function OpenNews( m_width,m_height,htmname,key ){
	mx=window.screen.width/2-(m_width/2);
	my=window.screen.height/2-(m_height/2);
	window.open(htmname+"?key="+key,"_blank","top="+my+",left="+mx+",width="+m_width+",height="+m_height+",toolbar=0,status=0,scrollbars=1,resizable=0");
}

function OpenMainDelete( key,total ){
	mx=window.screen.width/2-(325/2);
	my=window.screen.height/2-(175/2);
	window.open("MAIN_DATA/delete.asp?key="+key+"&total="+total,"_blank","top="+my+",left="+mx+",width="+325+",height="+175+",toolbar=0,status=0,scrollbars=0,resizable=0");
}

function OpenMainInput( m_width,m_height,htmname ){
	mx=window.screen.width/2-(325/2);
	my=window.screen.height/2-(175/2);
	window.open("MAIN_DATA/input.asp","_blank","top="+my+",left="+mx+",width="+325+",height="+175+",toolbar=0,status=0,scrollbars=0,resizable=0");
}

function OpenWProject( m_ss ){
	mx=window.screen.width/2-(625/2);
	my=window.screen.height/2-(740/2);
	window.open("Project/index.asp?m_ss="+m_ss,"_blank","top="+my+",left="+mx+",width="+660+",height="+740+",toolbar=0,status=no,scrollbars=1,resizable=0");
}

function OpenProduct( m_width,m_height,swfname,winname ){
	var scr_width = window.screen.availWidth;
	var scr_height = window.screen.availHeight;
	var scr_left = (scr_width/2)-((m_width+20)/2);
	var scr_top = (scr_height/2)-((m_height+70)/2);
	window.open("./pr/show_swf.asp?m_file="+swfname+"&m_width="+m_width+"&m_height="+m_height,winname,"top="+scr_top+",left="+scr_left+",width="+(m_width+20)+",height="+(m_height+70)+",toolbar=0,statusbar=0,scrollbars=0,resizable=0");
}
