function openwin(url){
awindow=window.open(url,"pic","width=640, height=520, top=0")
awindow.focus();
}
function openwinp(url){
awindow=window.open(url,"pic","width=500, height=680, top=0")
awindow.focus();
}
function openwingr(){
awindow=window.open("gricer.html","gricing","width=640, height=480, scrollbars=yes, top=0")
awindow.focus();
}
function openwinfb(){
awindow=window.open("feedback.htm","feedback","width=640, height=480, scrollbars=yes, top=0")
awindow.focus();
}
function openwinfbpage(){
awindow=window.open("../feedback.htm","feedback","width=640, height=480, scrollbars=yes, top=0")
awindow.focus();
}
function openwincopypage(){
awindow=window.open("../copyright.html","copyright","width=640, height=480, scrollbars=yes, top=0")
awindow.focus();
}
function openwinpc(url){
awindow=window.open(url,"pic","width=550, height=680, top=0")
awindow.focus();
}
function openwinc(url){
awindow=window.open(url,"pic","width=640, height=600, top=0")
awindow.focus();
}
function openwinsq(url){
awindow=window.open(url,"pic","width=640, height=680, top=0")
awindow.focus();
}
