// JavaScript Document
//WEBサービス規約（抜粋）
function openwin() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/ask_list.html", "", "width=715,height=475,resizable=yes,location=no");
}
//他社比較1
function openwin02() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/xls01.html", "", "width=680,height=651,resizable=yes,location=no");
}
//他社比較2
function openwin03() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/xls02.html", "", "width=650,height=200,resizable=yes,location=no");
}
//携帯機能紹介
function openwin04() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/ktai.html", "", "width=350,height=250,resizable=yes,location=no");
}
//料金パック
function openwin05() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/price.html", "", "width=560,height=433,resizable=yes,location=no");
}
//同一レイアウト
function openwin06() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/xls03.html", "", "width=660,height=800,resizable=yes,location=no");
}
//ニューププラン比較表
function openwin07() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/xls04.html", "", "width=779,height=680,resizable=yes,location=no");
}
//アイコン表
function openwin08() {
	window.open("http://infotank.jp/pst/wp-content/themes/pst/xls05.html", "", "width=566,height=339,resizable=yes,location=no");
}
