// JavaScript Document
function open_w() {
window.open("c.php","", "height=50, width=50, top=0, left=0");
}
function open_win() {
window.open("cc.php","", "height=50, width=50, top=0, left=0");
}
