function popup_flash(src) {
	var winMulti = window.open("about:blank","inform", 'top=10,left=10 width=596 height=612 location=0,status=0,menubar=0,scrollbars=no,resizable=0,border=0');

	document.frmMulti.src.value = src;
	document.frmMulti.target = "inform";
	document.frmMulti.action = "http://service.joins.com/multi/flash_popup.asp";
	document.frmMulti.submit();
	winMulti.focus();

	//window.open("http://service.joins.com/multi/flash_popup.asp?src="+src,"inform", 'top=10,left=10 width=596 height=612 location=0,status=0,menubar=0,scrollbars=no,resizable=0,border=0');
}

function popup_flash1(src) {
	window.open(src,"inform", 'top=10,left=10 width=596 height=612 location=0,status=0,menubar=0,scrollbars=no,resizable=0,border=0');
}

function win_open_mov(url) {
	win = window.open(url,'movie',"scrollbars=no,width=540,height=520,left=50,top=50");
}

function pop_open(url) {
	//win = window.open(url , 'gallery' ,"scrollbars=no,width=668,height=644,left=50,top=50");
	win = window.open(url , 'gallery' ,"scrollbars=no,width=668,height=670,left=50,top=50");
}

function pop_gallery(url) {
	//win = window.open(url , 'gallery' ,"scrollbars=no,width=668,height=644,left=50,top=50");
	win = window.open(url , 'gallery' ,"scrollbars=no,width=885,height=675,left=50,top=50");
}

function img_rate(fale_path) {
	imgFile = new Image();
	imgFile.src = fale_path;

	var x1 = imgFile.width;
	var y1 = imgFile.height;
	var x2 = 148;
	var y2 = 116;

	if (x1 >= y1) {
		y2 = parseInt((y1 * x2) / x1);
	} else {
		x2 = parseInt((x1 * y2) / y1);
	}
	document.write ("<img src='"+fale_path+"' width='" + x2 + "'height='"+ y2 +"' border=0>");
}