<!------//
function swImg(iName,str)
{
	document.images[iName].src = str;
}
//-- 情文センター英語ページ --
function openwin(para) {
	window.open(para,"newwindow","width=550,height=500,scrollbars=1,resizable=1")
}
// 金沢テクノコア　募集ページ 
function openwin2(para) {
	window.open(para,"newwindow","screenX=20,screenY=50,left=20,top=50,width=720,height=500,scrollbars=1,resizable=1")
}
// 金沢テクノコア　募集ページ 各階 
function openwin3(para) {
	window.open(para,"newwindow","screenX=20,screenY=50,left=20,top=50,width=600,height=600,scrollbars=1,resizable=1")
}
// 共同研究センター（プロジェクト）
function OpenWin(url){
    window.open(url,"new","toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,width=590,height=500");
}
// 共同研究センター（図面）
function newwindow(photo) {
	window.open("s9-p.php4?photo=" + photo,
                    "newwindow","width=340,height=320,locatuon")
}
// リーディングベンチャープラザ（図面）
function lvpWin(photo) {
	window.open("s8-p.php4?photo=" + photo,
                    "newwindow","width=340,height=320,locatuon")
}

-->
